Previous Book Contents Book Index Next

Inside Macintosh: /
QuickDraw 3D RAVE / QuickDraw 3D RAVE Reference
QuickDraw 3D RAVE Routines / Public Draw Context Methods


TQAGetInt

A drawing engine must define a method to get a long integer value of a draw context state variable.

typedef unsigned long (*TQAGetInt) ( 
                                    const TQADrawContext *drawContext, 
                                    TQATagInt tag); 
drawContext
A draw context.
tag
A state variable tag.
DESCRIPTION
Your TQAGetInt function should return, as its function result, the long integer value of the draw context state variable specified by the drawContext and tag parameters. If you do not recognize or support the specified tag, your TQAGetInt function should return the value 0.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
28 AUG 1996